Package com.cisco.pt.ipc.sim
Interface HardwareQueue
- All Superinterfaces:
IPCObject
- All Known Subinterfaces:
CsmaCdProcess,Hdlc
- All Known Implementing Classes:
CsmaCdProcessImpl,HardwareQueueImpl,HdlcImpl
Information provided by the PKI file:
\class HardwareQueue
\brief HardwareQueue handles and manipulates switch ports.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getUserTrafficAt(int index) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\brief Returns the number of packets. \return int, the number of packets.- Returns:
- int Returns a int
-
getUserTrafficAt
Information provided by the PKI file:
\brief Returns the UserTraffic object. \param int, index of UserTraffic in the queue. \return UserTraffic, the UserTraffic object.- Parameters:
index- Takes in a parameter of index- Returns:
- UserTraffic Returns a UserTraffic
-